05. Problems - Data Handling and Logging

Problems - Data Handling and Logging

Serialization of Models

Serialization is the process of transforming a data model into a more easily shared format. For example, this is commonly performed when sending information as a response from a server to the requesting client in the form of a JSON object.

ND004 C03 L03 A08.1 Serialization 1

Logging Best Practices

ND004 C03 L03 A08.2 Serialization 1